home *** CD-ROM | disk | FTP | other *** search
/ START Magazine / START VOL 4 NO 1.st / FSEARCH.ARC / FSEARCH.H < prev   
Encoding:
C/C++ Source or Header  |  1985-11-20  |  2.6 KB  |  65 lines

  1. /* resource set indicies for FSEARCH */
  2.  
  3. #define SFORM    0    /* form/dialog */
  4. #define SDRIVEA  3    /* BOXCHAR in tree SFORM */
  5. #define SDRIVEB  4    /* BOXCHAR in tree SFORM */
  6. #define SDRIVEC  5    /* BOXCHAR in tree SFORM */
  7. #define SDRIVED  6    /* BOXCHAR in tree SFORM */
  8. #define SDRIVEE  7    /* BOXCHAR in tree SFORM */
  9. #define SDRIVEF  8    /* BOXCHAR in tree SFORM */
  10. #define SDRIVEG  9    /* BOXCHAR in tree SFORM */
  11. #define SDRIVEH  10    /* BOXCHAR in tree SFORM */
  12. #define SDRIVEJ  11    /* BOXCHAR in tree SFORM */
  13. #define SDRIVEK  12    /* BOXCHAR in tree SFORM */
  14. #define SDRIVEL  13    /* BOXCHAR in tree SFORM */
  15. #define SDRIVEM  14    /* BOXCHAR in tree SFORM */
  16. #define SDRIVEN  15    /* BOXCHAR in tree SFORM */
  17. #define SDRIVEO  16    /* BOXCHAR in tree SFORM */
  18. #define SDRIVEP  17    /* BOXCHAR in tree SFORM */
  19. #define SDRIVEI  18    /* BOXCHAR in tree SFORM */
  20. #define SFILE    19    /* FTEXT in tree SFORM */
  21. #define SOK      23    /* BUTTON in tree SFORM */
  22. #define SCANCEL  24    /* BUTTON in tree SFORM */
  23. #define SALL     26    /* BUTTON in tree SFORM */
  24. #define STOTALS  28    /* BUTTON in tree SFORM */
  25. #define SBROWSE  30    /* BUTTON in tree SFORM */
  26. #define SPRINT   31    /* BUTTON in tree SFORM */
  27.  
  28. #define FFORM    1    /* form/dialog */
  29. #define FREADONL 3    /* BUTTON in tree FFORM */
  30. #define FHIDDEN  4    /* BUTTON in tree FFORM */
  31. #define FSYSTEM  5    /* BUTTON in tree FFORM */
  32. #define FVOL     6    /* BUTTON in tree FFORM */
  33. #define FDIR     7    /* BUTTON in tree FFORM */
  34. #define FARCHIVE 8    /* BUTTON in tree FFORM */
  35. #define FFILE    9    /* TEXT in tree FFORM */
  36. #define FBYTES   10    /* TEXT in tree FFORM */
  37. #define FDATE    11    /* TEXT in tree FFORM */
  38. #define FTIME    12    /* TEXT in tree FFORM */
  39. #define FMATCHES 17    /* TEXT in tree FFORM */
  40. #define FSPEC    19    /* TEXT in tree FFORM */
  41. #define FNEXT    20    /* BUTTON in tree FFORM */
  42. #define FDONE    21    /* BUTTON in tree FFORM */
  43. #define FANOTHER 22    /* BUTTON in tree FFORM */
  44. #define FBROWSE  27    /* BUTTON in tree FFORM */
  45. #define FRENAME  28    /* BUTTON in tree FFORM */
  46. #define FCOPY    29    /* BUTTON in tree FFORM */
  47. #define FDELETE  30    /* BUTTON in tree FFORM */
  48. #define FMOVE    31    /* BUTTON in tree FFORM */
  49. #define FPRINT   32    /* BUTTON in tree FFORM */
  50.  
  51. #define WFORM    2    /* form/dialog */
  52.  
  53. #define CFORM    3    /* form/dialog */
  54. #define CT1      1    /* TEXT in tree CFORM */
  55. #define CT2      2    /* TEXT in tree CFORM */
  56. #define CSOURCE  3    /* FTEXT in tree CFORM */
  57. #define CDEST    4    /* FTEXT in tree CFORM */
  58. #define CTITLE   5    /* BOXTEXT in tree CFORM */
  59. #define COK      6    /* BUTTON in tree CFORM */
  60. #define CCANCEL  7    /* BUTTON in tree CFORM */
  61.  
  62. #define LFORM    4    /* form/dialog */
  63. #define LBOX     2    /* BOX in tree LFORM */
  64.  
  65. ə